Click or drag to resize

AndroidLocalGalleryPlugin Namespace

 
Classes
  ClassDescription
Public classAndroidGalleryManager
This class plays a role to contact with native library through Android Java object.
Public classFileColumns
Common fields for most MediaProvider tables.
Public classMediaData

MediaData provides read access to the result set returned by the AndroidGalleryManager.

Related methods : getFiles, getImageAndVideoFiles, getImageFiles, getVideoFiles and getAllFolders.

Public classMediaDataGui
uGui components which is attached recyclable item prefab.
Public classRecyclableGridScrollContent
RecyclableGridScrollContent manages scroll content layout.
Public classRecyclableGridScrollContentPadding
Padding.
Public classRuntimePermissionHelper
Runtime permission helper.
Public classThumbData

ThumbData provides read access to the result set returned by the AndroidGalleryManager.

Related method : getThumbnailPath.

Interfaces
  InterfaceDescription
Public interfaceIGalleryCallback
Controller script should inherits this callback to receive the mediadata or thumbdata result.
Public interfaceIRecyclableGridScrollContentDataProvider
Controller script should inherits this callback to answer the information to calculate grid layout for RecyclableGridScrollLayout.
Delegates
  DelegateDescription
Public delegateAndroidGalleryManageronMediaCallback

Call back the MediaData[] result.

Related methods : getImageAndVideoFiles, getImageFiles, getVideoFiles and getAllFolders.

Public delegateAndroidGalleryManageronMediaMaxCountCallback

Call back the number of maximum count.

Related methods : getImageAndVideoFilesMaxCount, getImageFilesMaxCount, getVideoFilesMaxCount and getAllFoldersMaxCount.

Public delegateAndroidGalleryManageronThumbCallback

Call back the ThumbData[] result.

Related method : getThumbnailPath.

Enumerations